PESetNthTableLocation

Use PESetNthTableLocation to set the location for a selected table in the specified print job. This function is typically combined with PEGetNthTableLocation to identify the location of a table and then to change it.

C Syntax
BOOL CRPE_API PESetNthTableLocation (
        short printJob,
        short tableN,
        PETableLocation FAR *location );
Parameters

printJob

Specifies the handle of the print job for which you want to set a table's location.

tableN

Specifies the 0-based number of the table for which you want to set a new location. The first table is table 0. The last table is N-1.

location

Specifies the pointer to PETableLocation. The format of the string will be depend on the type of database specified.

Returns
VB Syntax
Declare Function PESetNthTableLocation Lib "crpe32.dll" ( ByVal printJob 
As Integer, ByVal TableN As Integer, Location As PETableLocation ) As 
Integer
Delphi Syntax
function PESetNthTableLocation(
    printJob: Word;
    tableN: smallint;
     var location: PETableLocation
     ): Bool stdcall;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com